home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / system-tools / c-shell / history < prev    next >
Text File  |  1996-02-26  |  18KB  |  408 lines

  1.  
  2.  
  3.                                   HISTORY
  4.                                  =========
  5.  
  6.  
  7.  
  8. Changes from 5.47 to 5.48   (public release)
  9. -------------------------
  10.  - Built-in command "version" now behaves more like Commodore's "version"
  11.     comand. Four new options. See manual for details.
  12.  - Fixed bug in built-in command "dir", custom output format printed
  13.     date _and_ time for "%d" instead of only the date ("%t" is for time).
  14.     This bug was a side effect of the locale kludge in Cshell 5.44.
  15.  - Fixed compability problem with the new redirection (introduced in
  16.     Cshell 5.46) that caused problems with some stupid handlers, eg NULL:,
  17.     which cannot handle MODE_READWRITE but only MODE_NEWFILE. Cshell now
  18.     tries MODE_READWRITE first and falls back to MODE_NEWFILE if R/W fails.
  19.  - Gosh... another KingCON kludge for built-in command "window".
  20.     Try option "-k" (KingCON kludge) if you use KingCON and have problems
  21.     with some options of the "window" command. OR JUST DON'T USE KingCON!
  22.  
  23.  
  24.  
  25. Changes from 5.46 to 5.47   (public release)
  26. -------------------------
  27.  - Replaced "diskchange" with old code from last public release.
  28.     (only of importance for beta testers)
  29.  
  30.  
  31.  
  32. Changes from 5.45 to 5.46   (internal beta release)
  33. -------------------------
  34.  - Rewrote built-in function "diskchange" because of some stupid handlers
  35.     that have problems with Inhibit() and ACTION_INHIBIT.
  36.  - Made "echo mem | csh" work again.
  37.  - Some minor cosmetic changes.
  38.  - Redirected output to a file can now be examined by other programs while
  39.     Cshell is still filling up the file. (files for redirection are now
  40.     opened "shared" instead of "exclusivly")
  41.     [thanks to Gary Duncan for source code]
  42.  - Built-in command "copy" now has (optional) new output format which prints
  43.     full path of files being copied. Use option "-x" to try it out.
  44.     [thanks to Gary Duncan for source code]
  45.  
  46.  
  47.  
  48. Changes from 5.44 to 5.45   (internal beta release)
  49. -------------------------
  50.  - Built-in command "window" resizes/moves window much more faster now.
  51.  - Supports "muSetProtection" if MultiUser is installed.
  52.  - Fixed fatal bug if non-interactive input line was too long.
  53.  - Fixed bug in built-in commands "chown" and "chgrp" which could crash
  54.     under OS 2.x.
  55.  - Built-in commands "chown" and "chgrp" now accept also user and group
  56.     names (as well as numerical IDs). Does only work with "MultiUser".
  57.     [thanks to Carsten Pluntke <Carsten_Pluntke@ouzonix.bo.open.de>]
  58.  - Updated built-in error message texts to AmigaOS 3.1.
  59.  - New option "-t" for built-in command "sleep": wait ticks.
  60.  
  61.  
  62.  
  63. Changes from 5.42 to 5.44   (not released)
  64. -------------------------
  65.  - Skipped 5.43 because of unauthorized version of Cshell on AmiNet
  66.     by Martin Berndt <m_berndt@wanderer.gun.de>.
  67.  - Added extensive disclaimer to documentation.
  68.  - Changed "smakefile" slightly.
  69.  - Changed output format of built-in command "mem" again.
  70.  - Date/time strings now left-justified (right-justified before),
  71.     this fixes some problems with localized date strings.
  72.  - Improved code for built-in command "window" to minimize move operations.
  73.     (the "hopping" windows effect)
  74.  
  75.  
  76.  
  77. Changes from 5.41 to 5.42   (public release)
  78. -------------------------
  79.  - Minor changes in documentation.
  80.  - Built-in command "window" doesn't clear screen anymore.
  81.     If you want to clear screen, use "echo -n ^[c^O" or "echo -n ^L".
  82.  - Fixed timer bug in _prompt (%e) if start and end time of a program
  83.     were not at the same day. (wrong execution time was displayed)
  84.  - New built-in variable "_promptdep" (prompt path depth) and new place-
  85.     holder "%P" for built-in variable "_prompt". Like "%p", "%P" displays
  86.     the current path. With "_promptdep" the user sets the maximum number
  87.     of directories (path parts) displayed for %P (to keep prompt smart
  88.     and short). Default is 3.
  89.  - New built-in variable "_complete" (DOS pattern). What files should
  90.     match on filename completion. Default is "*". For example, if you
  91.     don't want to see files ending with ".bak", set it to "~(*.bak)".
  92.  
  93.  
  94.  
  95. Changes from 5.40 to 5.41   (internal beta release)
  96. -------------------------
  97.  - Changed output format of built-in command "mem" (for option -r)
  98.     a little bit.
  99.  - Fixed various bugs in built-in command "window". The changes for 5.40
  100.     caused an unnecessary usage message when using options -f, -b and -a.
  101.     And options -l and -s didn't work at all. The checking for maximum
  102.     window dimensions are not hardcoded any more but dynamically adjusted
  103.     to the screen dimensions.
  104.  - Finally found (and fixed) rounding bug in "itok()", caused display of
  105.     wrong size for memory or harddisk around 1 GB and 1 TB etc.
  106.     Numbers were rounded down to "0 GB" and "0 TB" instead of rounded
  107.     up to "1 GB" and "1 TB".
  108.     [thanks to Andreas 'Leguan' Geist]
  109.  - Changed shortcut for "Kilobytes" from "KB" (or "K") to "kB" (or "k").
  110.     You may like it or not - but only this way it's consistent. They say
  111.     one should use "K" instead of "k" because it has something to do with
  112.     1024 and not 1000.  But then, why don't we use "m" instead of "M" and
  113.     "g" instead of "G"?
  114.  
  115.  
  116.  
  117. Changes from 5.39 to 5.40   (public release)
  118. -------------------------
  119.  - Fixed error message for built-in command "copy": if no special error
  120.     message was available, always the string "(no mem)" was output.
  121.  - New placeholders "-1" and "-2" for built-in command "window".
  122.  - Increased maximum value for window dimensions from 1023 to 32767
  123.     for built-in command "window".
  124.  - Environment variables LINES and COLUMNS override window bounds
  125.     from Amiga console.device.
  126.     (if env vars are set, no CSI sequence is sent)
  127.  - Built-in command "mem" now shows size of largest available memory block.
  128.  
  129.  
  130.  
  131. Changes from 5.38 to 5.39   (public release)
  132. -------------------------
  133.  - New built-in variable "_timeout" (in microseconds) sets maximum response
  134.     time for terminal to answer WINDOW STATUS REQUEST (for window bounds).
  135.     Defaults to 1 (for local usage), must be set to higher value for remote
  136.     connections.  Only used, if window pointer is not available.
  137.  - Removed command line length limitation (140 chars) for ARexx scripts that
  138.     ends with ".rexx" but are started without the trailing ".rexx".
  139.  - Removed command line length limitation (518 chars) for ARexx scripts and
  140.     external shells (#! in first line), this was a limitation in AmigaOS'
  141.     System() function.  DOS scripts still have this limitation, because you
  142.     cannot RunCommand() "execute".
  143.  - Not only "*" and "?" but also "[" and "]" recognized as AmigaDOS pattern.
  144.     (that means, to use "[" and "]" you must quote (") or escape (\) them!)
  145.  - ... and much more workarounds for serious bugs in DateToStr() and Locale
  146.  - Fixed bug: making an assign to an executable and calling the executable
  147.     by its assign crashed machine.
  148.  - Fixed bug: built-in command "cp" sometimes used already freed memory for
  149.     generating error messages (resulted in some strange error messages)
  150.  - New flag for for command abbreviation ($_abbrev):
  151.     8, search DOS path-list if command wasn't found in Cshell's internal
  152.     program hash list (see "rehash" command)
  153.  
  154.  
  155.  
  156. Changes from 5.37 to 5.38   (internal beta release)
  157. -------------------------
  158.  - CTRL-D now shows matching files if current word is not a directory.
  159.     (if directory then shows contents of directory -- as usual)
  160.     In its current implementation this may have unexpected side effects
  161.     if current word is already a pattern.
  162.  - Class definition for AmigaE in class.sh
  163.     [thanks to Joseph E. Van_Riper III]
  164.  - Now internal timer (eg, %e in the titlebar) not set to zero when a null
  165.     command is encountered.  (same for return code, %x in titlebar)
  166.  - The idea of always using the variable "_dirformat" for "dir" wasn't a
  167.     good idea.  So, "_dirformat" is only used if option -z is given (when
  168.     "_dirformat" is unset then use first argument as format string).
  169.  - New control-code for line-editing: "^V" (ctrl-v) quotes next char.
  170.  - New built-in variable "_kick" holds version number of Operating System.
  171.  - Built-in command "assign" now prints volume name if assign points to
  172.     an unmounted volume (eg, a removed floppy disk) and doesn't pop up
  173.     a requester "Please replace volume ..."
  174.  - It was a stupid idea to force redirecting of all Cshell-related
  175.     system requesters to CSH's screen, because requester windows inherit
  176.     the window title of their "initiator". They appear now again on your
  177.     default public screen.
  178.  - Fixed serious bug (crashed machine) with redirection and launching
  179.     programs into background. (files closed twice)
  180.     Known bug: it's still not possible to run pipes into background...
  181.  - When running programs into background (run, rback, &), internal commands
  182.     and aliases are recognized and executed with "csh -c". Aliases WON'T be
  183.     resolved on this level so they must be declared in .cshrc to run them
  184.     into background.
  185.  - Execution of Rexx-Scripts (without trailing ".rexx") and any other program
  186.     with "#! my_prog" or ";! my_prog" in first line of script now possible
  187.     also from DOS search path and not only $_path.
  188.  - New built-in variable "_mappath" (see manual), enables pathname-mapping
  189.     for commands if script starts with "#!" or ";!" in first line. Converts
  190.     Unix pathes like "/usr/..." to "usr:...".
  191.  - New option "-w" for Cshell, don't use window pointer (useful for KingCON).
  192.  - New option "-V" for Cshell, send only VT100 compatible control sequences
  193.  - Internal variable "o_vt100" now used (if option -t or -V is set),
  194.     don't send control sequences that are not VT100 compatible (eg,
  195.     special Amiga control sequences).
  196.  
  197.  
  198.  
  199. Changes from 5.36 to 5.37   (public release)
  200. -------------------------
  201.  - Built-in command "mkdir" now strips off trailing slash (if any).
  202.  - Built-in command "chmod" now supports "a" for all bits (ugo),
  203.     and if no ownership-bit is specified "chmod" really modifies
  204.     only the user-bits (as stated in the doc) and not all bits.
  205.  - Built-in commands "chown/chgrp" now also run under AmigaOS 2.0+
  206.     (direct DOS packets), not only under AmigaOS 3.0+ (SetOwner).
  207.     [thanks to Carsten Heyl]
  208.  - No requester "please insert volume ..." when you press return
  209.     and your current directory is on an "unmounted" volume
  210.     (eg, a removed floppy disk).
  211.  - Built-in command "dir" now uses contents of variable "_dirformat"
  212.     (if set) automatically as default output format (option -z not
  213.     neccessary for _dirformat anymore). Option -z (followed by an
  214.     argument with format string) can now be used again for another
  215.     custom format for current call as in Cshell 5.19 and before.
  216.     [thanks to Laurent Faillie for his letter]
  217.  - Built-in command "protect" was broken in beta-version 5.36.
  218.  - Source code now "indent" clean.
  219.     (some warnings on first run, but no errors)
  220.  - New option "-c" for built-in command "qsort": be case-sensitive.
  221.  
  222.  
  223.  
  224. Changes from 5.35 to 5.36   (internal beta release)
  225. -------------------------
  226.  - Now output in "path -r" only if at least 1 memory block could not be
  227.     freed.
  228.  - Fixed layout bug in "rm -r <wildcard>" if one or more items could not
  229.     be removed.
  230.  - Fixed serious bug in "rehash", access to already freed memory under
  231.     certain circumstances.  (always think twice before using "char ***" ;-)
  232.  - Manual entry for built-in command "relabel".
  233.  - Error checking code for all NameFromLock() calls.
  234.  - Now 100% Commodore-compatible version string.
  235.  - Now @rnd( ) accepts optional seed parameter.
  236.  - Fixed bogus output for NULL pointers in pattern-matching-routine.
  237.  - Fixed bug in "rehash", recognition of executables was broken.
  238.  - Now multiple drive names are allowed for "diskchange".
  239.  - Now @age() returns null-string if file was not found (instead of 99999).
  240.     [thanks to Gary Duncan]
  241.  - New function @age_mins() returns age of file in minutes.
  242.     [thanks to Gary Duncan]
  243.  - Now requesters appear on same screen as CSH's window.
  244.  - Variable "_abbrev" now handled somewhat different: it enables/disables
  245.     the different modes of command-abbreviation.  See manual for details!
  246.  - Output of "dir -k" and "dir -i" (show classes) looks much nicer now.
  247.  - Added class "gzip" to csh:class.sh.
  248.  - Added support for MultiUser. %U in prompt/titlebar shows current user
  249.     of CSH. Out-comment "#define MULTIUSER_SUPPORT 1" in shell.h to compile
  250.     without MultiUser stuff.
  251.     [thanks to Magnus Lilja]
  252.  - New built-in commands "chown" and "chgrp".
  253.  - Built-in command "chmod" now supports User/Group/Other bits.
  254.  - New placeholders for custom output format (option "-z"),
  255.     "%F" shows group/other bits, %U shows user-id, %G shows group-id.
  256.  
  257.  
  258.  
  259. Changes from 5.34 to 5.35   (public release)
  260. -------------------------
  261.  - Now CSH executes "s:.logout" on exit.
  262.     New option "-L" (noLogout) disables sourcing of "s:.logout".
  263.  - Fixed option "-n" in built-in command "dir", never worked before.
  264.  - Some minor layout changes in built-in command "help".
  265.  - Built-in command "window -q" (query) shows public screen names.
  266.  - New/Changed options for built-in command "strings".
  267.     (not compatible with previous versions!)
  268.  - More sophisticated memory-cleanup for built-in command "path -r" (reset).
  269.  - New option "-M" for CSH, don't clear menus (especially for KingCON).
  270.  - Support for soft-links in built-in command "dir".
  271.     [thanks to Carsten Heyl]
  272.  
  273.  
  274.  
  275. Changes from 5.33 to 5.34   (internal beta release)
  276. -------------------------
  277.  
  278.  - New section SCROLLING in the manual (at the end). Read it !
  279.  - New variable "_prghash" holds filename where program hash list
  280.     is loaded from and saved to.
  281.  - Now CSH also finds programs in resident list if they start with "C:"
  282.     (even if there is no corresponding program in C: directory).
  283.     This is for compatibility reasons (Commodore Shell).
  284.  - In previous versions CSH aborted the commandline if one pattern
  285.     did not match. Now CSH only aborts if all patterns does not
  286.     match.
  287.  - Totally new meaning of variable "_nomatch".  It's now unset by
  288.     default and if you set it then CSH will _not_ abort if all
  289.     patterns does not match.
  290.  - Added option "-m" to CSH, sets "_nomatch" variable.
  291.     (for compatibility reasons)
  292.  - Fixed bug in date command (s/r options).
  293.     [Gary Duncan]
  294.  - New option -a for "copy" command, don't clear archive bit.
  295.     [Gary Duncan]
  296.  - Rewritten code for "window -q", no longer crashes system.
  297.  - New option "-w" for built-in command "window".
  298.     (ignore window width for option -q, so that very long window/screen
  299.      titles are printed completely)
  300.  - Input/output redirection with "<>", the file must be either
  301.     "NIL:" or an interactive file.
  302.  - New variable "_cquote" enables Commodore-style handling of
  303.     quotation marks (eg, for use with ReadArgs);
  304.     variable is unset by default (UNIX-style handling of quotes).
  305.  - Increased some (very small) buffers in "ls" code (could crash
  306.     machine), line limit is now around 1000 chars per line. Had
  307.     to increase internal stack size to 17500.
  308.  
  309.  
  310.  
  311. Changes from 5.32 to 5.33   (internal beta release)
  312. -------------------------
  313.  
  314.  - New built-in command "rehash", buffers programs in DOS search path
  315.     and offers program name completion (ESC-p, ESC-P). Two new "completion
  316.     functions" for keymaps:
  317.     36, CompPrg1     Insert first matching program (or cycle)
  318.     37, CompPrgAll   Shows all matching programs
  319.  - Fixed input-stream problem for DOS scripts.
  320.  - Kludge for running DOS scripts from devices with spaces in their name.
  321.  - Fixed Enforcer hit in "set" command (eg, "set a ="),
  322.     just curious: this Enforcer hit was misinterpreted by an user to be
  323.     a bug in "_every" variable and accidently I found another bug there
  324.     which caused CSH to ignore "_every" if the previous shell command was
  325.     aborted (^C)
  326.  - Fixed Enforcer hit: "unset _path"
  327.  - Built-in command "date" can now read battery-backed up clock directly
  328.     [thanks to Gary Duncan]
  329.  
  330.  
  331.  
  332. Changes from 5.31 to 5.32   (internal beta release)
  333. -------------------------
  334.  
  335.  - Removed "No match" output if "dir" was used on empty directories.
  336.     This was a feature, not a bug.  But misunderstood by most users.
  337.  - New "edit function" for keymaps: 29, insert last word of previous line
  338.     (e.g. "keymap 0 12=29" assigns that function to CTRL+L)
  339.  - Option "-q" of built-in command "rm/delete" didn't work in previous
  340.     versions.  Now aborts as documented.
  341.     This does _not_ affect non-matching wildcards, use "_nomatch" instead.
  342.  - Checking of requested stack size (built-in command "stack").
  343.  - Built-in command "mem" now calls AllocMem(0x7fffffff,0) ten times
  344.     to flush unneeded memory.  (similar to "avail flush")
  345.  - Fixed possible rounding bug in "itok()", caused display of wrong size
  346.     for harddisk partitions around 1 GB etc.
  347.  
  348.  
  349.  
  350. Changes from 5.19 to 5.31   (The Essential)
  351. -------------------------
  352.  
  353.  - ARP free
  354.  - OS 2.0+ only
  355.  - slightly changed pattern matching (pattern.library, dos.library)
  356.  - better support for DOS' command search path and resident list
  357.  - supports "PROGDIR:"
  358.  - supports AmigaOS-scripts
  359.  - Unix-like automagic execution of ".login" and ".cshrc"
  360.  - more built-in commands support ^C (ctrl-c)
  361.  - more reliable support of WILDSTAR-Flag
  362.  - enhanced commands (new options, bug fixes, changed behaviour):
  363.     dir
  364.     path
  365.     info
  366.     rename
  367.     delete
  368.     assign
  369.     touch
  370.     ps
  371.     mkdir
  372.     addbuffers
  373.     cd
  374.     stack
  375.     help
  376.     strings
  377.     menu
  378.     resident
  379.     head
  380.     tail
  381.     set
  382.  - new commands
  383.     ln/makelink
  384.     chmod
  385.  - new (or modified) functions
  386.     @stricmp
  387.     @filedate
  388.     @filenote
  389.     @hextodec
  390.     @confirm
  391.     @ask
  392.  - new variables
  393.     _clipri
  394.     _dirformat
  395.     _nomatch
  396.  - new prompt variable(s)
  397.  - new "edit function" for keymaps
  398.  - detects if current directory was changed by other programs
  399.  - uses ASL file-requester
  400.  - arguments in scripts passed via $0, $1, $2 etc., number of
  401.     arguments in $#
  402.  - enhanced quoting mechanism for filename completion
  403.  - lots of internal changes
  404.  - lots of other bug fixes
  405.  - and lots of changes and new features I forgot to write down ;-)
  406.  
  407.  
  408.